Late binding definition

Search

Late binding

Late binding logo #21000 Late binding, or dynamic binding, is a computer programming mechanism in which the method being called upon an object is looked up by name at runtime. With early binding, or static binding, the compilation phase fixes all types of variables and expressions. This is usually stored in the compiled program as an offset in a virtual method table (`v-....
Found on http://en.wikipedia.org/wiki/Late_binding
No exact match found.